lp_solve version 5.5.0.9 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    lp_solve  most recent diff


      View the most recent changes for the lp_solve port at: lp_solve.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for lp_solve.
      The raw portfile for lp_solve 5.5.0.9 is located here:
      http://lp_solve.darwinports.com/dports/math/lp_solve/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/lp_solve
      Google
      Web Darwinports.com



      # $Id: Portfile 30237 2007-10-23 01:46:57Z jmpp macports.org $

      PortSystem 1.0

      Name: lp_solve
      Version: 5.5.0.9
      Category: math
      Platform: darwin
      Maintainers: nomaintainer
      Description: Linear Programming Solver
      Long Description: Mixed Integer Linear Programming (MILP) solver. lp_solve solves pure linear, (mixed) integer/binary, semi-continuous and special ordered sets (SOS) models. lp_solve is written in ANSI C and can be compiled on many different platforms like Mac OS X, Linux and Windows.

      Homepage: http://lpsolve.sourceforge.net/5.5/
      master_sites sourceforge:lpsolve
      distname ${name}_${version}_source
      worksrcdir ${name}_5.5
      checksums md5 8c2823c8dc3d4cb80b7510b1d500635d sha1 f780dcd60a1eeac66210d4b715c50373217176c6 rmd160 e5fbe8a01508165ecea069dcb71f4ba658edf341

      use_configure no
      set worksrcpath ${workpath}/${worksrcdir}
      build.cmd cd ${worksrcpath}/lpsolve55/ && sh ./ccc.osx && cd ${worksrcpath}/lp_solve/ && sh ./ccc.osx
      build.args {}

      destroot {
      xinstall -m 755 -W ${worksrcpath}/lpsolve55 liblpsolve55.a liblpsolve55.dylib ${destroot}${prefix}/lib
      xinstall -m 755 -W ${worksrcpath}/lp_solve lp_solve ${destroot}${prefix}/bin
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/lp_solve
      % sudo port install lp_solve
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching lp_solve
      ---> Verifying checksum for lp_solve
      ---> Extracting lp_solve
      ---> Configuring lp_solve
      ---> Building lp_solve with target all
      ---> Staging lp_solve into destroot
      ---> Installing lp_solve
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using lp_solve with these commands:
      %  man lp_solve
      % apropos lp_solve
      % which lp_solve
      % locate lp_solve

     Where to find more information:

    Darwin Ports



    image test